Add GtkStyleSet, a store of style properties.
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 4 Mar 2010 19:59:18 +0000 (20:59 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:47 +0000 (15:36 +0100)
commitf601abd25fcf8d9910542953dd19dc924cfae581
tree14d4071ad8e009e97a06de25da1234f0a864b403
parent06288b5ae84182f9c6a1c29b245e0b4535a4a359
Add GtkStyleSet, a store of style properties.

At the moment there's only basic API for adding,
removing and clearing a property. There's also
API to merge 2 GtkStyleSets.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkstyleset.c [new file with mode: 0644]
gtk/gtkstyleset.h [new file with mode: 0644]